home *** CD-ROM | disk | FTP | other *** search
/ Enciclopedia Del Perro / Enciclopedia Del Perro.iso / info31 / dldialup.sc_ / dldialup.sc
Text File  |  1993-02-02  |  582b  |  23 lines

  1. ;        DLDIALUP.SCR
  2. ;
  3. ; Use this template with the COMSCRPT command and a dedicated line.
  4. ;
  5. ; Switch the packet driver from character mode to packet mode.
  6. ;
  7. changemode packet
  8. ;
  9. ; Send a request to open the LCP layer
  10. ;
  11. ; Note: Comscrpt ignores the following 3 commands if the SLIP kernel
  12. ;    (SLPDRV) is being used because SLIP does not have lcp and ipcp
  13. ;    layers.  If using SLIP the presence or absence of these commands
  14. ;    will not have an adverse effect.
  15. ;
  16. signal lcp open
  17. ;
  18. ; Pause to confirm that the lcp and ipcp layers are open.
  19. ;
  20. poll lcp open
  21. poll ipcp open
  22.  
  23.